home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / steppenwolf_1_chapter_3.swf / scripts / DefineButton2_4327 / BUTTONCONDACTION on(release).as
Text File  |  2010-05-15  |  126b  |  9 lines

  1. on(release){
  2.    set("/:Challenge",true);
  3.    tellTarget("_root")
  4.    {
  5.       gotoAndStop("Start");
  6.       play();
  7.    }
  8. }
  9.